Patrick on his thesis writing
- The mathjax is buggy inside tables
- Raw html tables with spans containing data-qmd attribute set to mathjax content
- works well with gt but not with Kable
- This is only with HTML outputs, the PDF output works fine
- Use the include-in-header instead of editing the extension itself if the change is small enough
Fin: Quarto -> keep-tex: true -> port to Overleaf -> generate arXiv submission Use biber to generate bbl for arXiv bibtex is to convert the bib to a latex file * biber is a replacement for bibtex and is a good replacement for bibtex * biblatex is an in-between of bibtex and biber
Topic suggestion: Demystifying the pdf generation process
- natbib and citeproc are the same stuff
Solution to hosting animations in pdf
Use Youtube or imgur site and then use knitr::include_url Use native latex animate package to create an animation of several png images The animate package in latex writes javascript that can only be viewed in adobe acrobat
Multiformat outputs are possible by specifying a list of formats
Use data-latex=“{0.5}” in div fences to force latex work ::: {.rightcol .flushright data-latex=“{0.5}”} :::
Use
nocite: | @* % means everything
Use Zotero to create a smart search by putting your name to create list of publications that you have Set the output format to better bibtex in quick copy in Zotero
https://scrollrevealjs.org/
Topic suggestion Writing html and pdf cv sprint